PDF4Java Reference Documentation
com.o2sol.pdf4java.graphics.operators Package / PDFVCurveToOperator Class / PDFVCurveToOperator Constructor / PDFVCurveToOperator Constructor(double,double,double,double)
The X coordinate of the second control point.
The Y coordinate of the second control point.
The X coordinate of the third control point.
The Y coordinate of the third control point.
In This Topic
    PDFVCurveToOperator Constructor(double,double,double,double)
    In This Topic
    Initializes a new Object.
    Syntax
    public PDFVCurveToOperator( 
       double x2,
       double y2,
       double x3,
       double y3
    )

    Parameters

    x2
    The X coordinate of the second control point.
    y2
    The Y coordinate of the second control point.
    x3
    The X coordinate of the third control point.
    y3
    The Y coordinate of the third control point.
    See Also